home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Declarations"
- ' Direction constants
- Public Const DIR_LEFT = 1
- Public Const DIR_RIGHT = 2
- Public Const DIR_UP = 3
- Public Const DIR_DOWN = 4
- Public Const DIR_STOPX = 5
- Public Const DIR_STOPY = 6
- Public Const DIR_NEWGAME = 7
-
- ' Velocity constants
- Public Const VEL_LEFT = -1
- Public Const VEL_RIGHT = 1
- Public Const VEL_UP = -1
- Public Const VEL_DOWN = 1
- Public Const VEL_NONE = 0
-